home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / mxtm_10.zip / MAXTIME.CFG next >
Text File  |  1991-05-27  |  7KB  |  136 lines

  1. ;
  2. ;       MaxTime configuration file
  3. ;
  4. ;  All parameters oriented as single line records, terminated by usual
  5. ;  carraige return/linefeed. Use standard text editor to modify. Use
  6. ;  a ';' to turn off line. Maxtime will ignore anything on line record
  7. ;  after it encounters a ';'. Notice that each active record begins with 
  8. ;  Keyword. You can move these lines to any position in file, but keyword
  9. ;  itself can not be changed. Elsewise, MaxTime will ignore rest of line.
  10. ;  Each token/field in record is seperated by 1 or more blanks/tab.
  11. ;
  12. ;
  13. ; Bulletin: This will display a bulletin file upon signon. The file is
  14. ;           standard ascii text. Maxtime will only display the file IF
  15. ;           the date of the bulletin file is newer than the last logon
  16. ;           date of the user OR the user is new to Maxtime. It will 
  17. ;           automatically be paged to the screen if there are more than
  18. ;           23 lines of text. The filename may have a standard DOS path.
  19. ;           If no drive/pathname given then file is assumed to be in the
  20. ;           Maximus root directory.
  21. ;
  22. Bulletin   MaxTime.bul
  23. ;
  24. ;
  25. ; CfgFile:  User Configuration file. This is a special binary file MaxTime
  26. ;           uses to track user information. No pathname is used here. 
  27. ;           MaxTime will create file if not existing. If you wish all users 
  28. ;           to loose their banked time, just delete this file and MaxTime
  29. ;           will restart everyone as new user. Default name is "MaxTime.usr"
  30. ;           if no parameter specified. 
  31. ;
  32. CfgFile Maxtime.usr 
  33. ;
  34. ;
  35. ; LogFile:  Log file to track what user does while inside MaxTime. Totally
  36. ;           compatable with standard Maximus/Binkley log format. You can
  37. ;           even specify the standard Maximus log file if wanted. It will
  38. ;           automatically append to it. Logfile is optional,but reccomended
  39. ;           Any errors occuring will also be logged.
  40. ;
  41. LogFile MaxTime.log
  42. ;
  43. ;
  44. ; NewHelpFile: Text file displayed to new user. When MaxTime can not find 
  45. ;           user in config file, it will first display this file to new user,
  46. ;           with automatic paging every 23 lines. Do not put any control 
  47. ;           characters in file, but IBM text (8 bit chars) may be used. 
  48. ;           This file is optional, but reccomended to explain to new user
  49. ;           what MaxTime is all about. Keep file short and to the point.
  50. ;
  51. NewHelpFile Maxtime.hlp
  52. ;
  53. ;
  54. ; Colors:         Tell MaxTime what colors to use where. Of course these 
  55. ;                 colors are ONLY displayed if user has set ANSI or AVATAR
  56. ;                 video modes. Currently there are 6 different types of text
  57. ;                 attributes defined as follows:
  58. ;
  59. ;Standard Text,Hilite Text,Menu Items,Time Left,Prompt,Attention Text
  60. ;
  61. ;                 A standard set is included as follows. You should have all
  62. ;                 6 values filled in, else it will just repeat last value
  63. ;                 until six items are in the color set. You will just have
  64. ;                 to play with these values to see which ones are applied
  65. ;                 to what text. I have tried to use labels that make sense
  66. ;                 at least to me! The local screen will always display the
  67. ;                 what user is seeing. Even if user is in Avatar mode, the
  68. ;                 local screen will display the ANSI version of the colors,
  69. ;                 which is the same of course but not Avatar codes.
  70. ;
  71. ;                 Though these tokens are in DECIMAL value, attributes
  72. ;                 are the standard 8 bit IBM char attributes. Upper 4 bits
  73. ;                 are the background (high bit is blink) and lower 3 bits are
  74. ;                 the foreground (I always set the intensity bit). Here are
  75. ;                 the standard IBM color codes:
  76. ;
  77. ;                       0  Black                4  Blue       
  78. ;                       1  Red                  5  Magenta
  79. ;                       2  Green                6  Cyan
  80. ;                       3  Yellow               7  White        
  81. ;
  82. ;           If you decide to use any background color other than black, you
  83. ;           might get some messy results. Once the color is set, it will also
  84. ;           paint the rest of the line and blank space UNTIL a new color is
  85. ;           is set. It looks weird in most places except the TIME LEFT text
  86. ;           attribute. Just a suggestion. Feel free to experiment. The local
  87. ;           mode will look the same as the remote user sees it. Remember the
  88. ;           values are in DECIMAL not HEX.
  89. ;
  90. colors  06,03,02,87,04,01
  91. ;
  92. ;
  93. ; MaxTimeSession: Maximum amount of time a user may borrow in any 1 bbs
  94. ;                 session. Of course MaxTime is designed so it will
  95. ;                 NEVER allow adding any more time than any pending event
  96. ;                 would allow, i.e. MaxTime computes time to next event and
  97. ;                 won't overrun it. This is based upon the "-t" switch passed
  98. ;                 to Maximus at startup. Value specified here may be 
  99. ;                 overridden by the "/MTx" switch on command line, where 
  100. ;                 x is decimal value. Thus, you could get fancy with mecca
  101. ;                 and customize this on a user by user or priv level basis. 
  102. ;
  103. MaxTimeSession  30
  104. ;
  105. ;
  106. ;  MaxTimeDaily: Maximum amount of time a user may borrow DAILY from the
  107. ;                time bank. Daily is considered any time a user runs Maxtime
  108. ;                within 24 hours of last run. As above, Maxtime will never
  109. ;                give the user more time than any pending event will allow.
  110. ;                If you specify 0 here, then that allows user to borrow as
  111. ;                much time daily he has in the bank. Of course only so much
  112. ;                can be borrowed in 1 session, as set in above parameter. If
  113. ;                this parameter is not specified, a default is 60 minutes.
  114. ;
  115. MaxTimeDaily    30
  116. ;
  117.  
  118. ; MaxDepositDaily: Maximum amount of time a user may deposit DAILY into
  119. ;                 the time bank. Daily is considered any time a user runs
  120. ;                 Maxtime within 24 hours of last run.  If this parameter
  121. ;                 is not specified, a default is 60 minutes. This value must
  122. ;                 always be 1 or greater. 
  123. ;
  124. MaxDepositDaily  30
  125. ;
  126. ; MaxBankSession: Maximum amount of time a user may store in any 1 bbs
  127. ;                 session. This value may be overridden by the "/MBx"
  128. ;                 switch on command line, where x is decimal value. Thus,
  129. ;                 you could get fancy with mecca and customize this on
  130. ;                 a user by user or priv level basis. 
  131. ;
  132. ;
  133. MaxBankSession  30
  134. ;
  135.  
  136.